home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / update~4.z / update~4 / lib_stdio__exit.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-06  |  128 b   |  9 lines

  1. #include "lib.h"
  2.  
  3. PUBLIC int _exit(status)
  4. int status;
  5. {
  6.   return callm1(MM, EXIT, status, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR);
  7. }
  8.  
  9.